home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr26 / fly14.zip / FLY.DOC < prev    next >
Text File  |  1993-06-24  |  3KB  |  82 lines

  1.    FLY - Create batch files on the fly - (c) Copyright 1992 Lavi Tidhar
  2. -------------------------------------------------------------------------------
  3.  
  4. If you have several things to do which require a batch proccess, and you
  5. need to run it only once, you can skip the long proccess of creating, running
  6. and deleting the poor batch file. FLY can do it for you. Save time
  7. and keystokes with FLY.
  8.  
  9. To start the program, simply type FLY at the DOS prompt. Then you will start
  10. to enter your batch program.
  11.  
  12. When you are done, hit the Enter key alone and the program will be executed.
  13. FLY creates a batch file called $TMP.BAT. This file will be erased when FLY
  14. is done.
  15.  
  16. FLY now supports 4DOS/NDOS .BTM files. Those files are loaded to memory
  17. so they are much faster than .BAT files. If you have 4DOS/NDOS installed,
  18. simply type FLY /4. If you don't want .BTM , just type FLY. Ofcourse, the 
  19. file created will now be called $TMP.BTM .
  20.  
  21. This is an example of the use of FLY:
  22. ------------------------------------------
  23.  
  24. C:\>fly
  25.          FLY version 1.4 (C) Copyright 1992 Lavi Tidhar
  26.                 Start your immediate batch file now:
  27. ───────────────────────────────────────────────────────────────
  28.  
  29. * Type FLY /? at the DOS prompt to see the help screen
  30. * Type "ABORT" To abort the program
  31. * Press [ENTER] alone to end the program
  32.  
  33. 1: @Echo off                       <== Line number appears
  34. 2: NCC /START
  35. 3: Dir
  36. 4: NCC /STOP
  37. 5:                                 <== Carriage Return here, to end program
  38.  
  39.  
  40. That's all.
  41.  
  42. Although you may not find much use of this program at first look, it
  43. can be quite usefull. The example of using NCC to measure time, will take
  44. you much longer without fly. I tried it...
  45.  
  46. Notes/error messages: You can stop the proccess of fly any time by typing
  47. ABORT (Case doesn't matter) followed by ENTER.
  48.  
  49. Please don't run FLY within FLY. No runtime errors will occure, but
  50. you will lose your program. Try it if you want... FLY is <Hopefully> bug
  51. free. It has error checking for free space etc, but I can't promise anything.
  52.  
  53. USE THIS PROGRAM AT YOUR OWN RISK!
  54.  
  55. Distribution policy: You are allowed to use and distirbute UNMODIFIED
  56. copies of FLY on the condition that it is kept together with this document
  57. which also must be kept UNMODIFIED.
  58.  
  59. This program is FREEWARE however if you use this program PLEASE contact me
  60. and tell me. I do not ask for any money but would like to know where are my
  61. programs getting to.
  62.  
  63. If you do that you will receive free updates of FLY and of other programs
  64. by me, plus, my gratitude.
  65.  
  66.  
  67. You can contact me on:
  68.  
  69. Mail :    Lavi Tidhar
  70.           46 Bantam Dr.
  71.           Blairgowrie
  72.           2194
  73.           South Africa
  74.  
  75. Phone:    International - +27-11-787-8093
  76.           South Africa - (011)-787-8093
  77.  
  78. Netmail:  The CATACOMB BBS - 5:7101/45 (fidonet)
  79.           The CATACOMB BBS - 80:80/100 (pipemail)
  80.  
  81. And may the force be with you!
  82.